home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource4
/
233_01
/
ws.bat
< prev
Wrap
DOS Batch File
|
1987-07-01
|
384b
|
18 lines
EXAMPLE USAGE OF PUSH & POP IN BATCH FILE
WS.BAT
ECHO OFF
PUSH
CD \BATCH
KEY WS2 /ML
CD \WS2000
WS2 %1 %2
CD \BATCH
KEY START /ML
POP
^Z
PUSH.EXE and POP.EXE are also stored in C:\BATCH (on the PATH).
The references to "KEY" are invocations of Borland's Superkey.
The reference to "WS2" is the invocation of MicroPro's WordStar 2000.